[HAVE_STRING_H]: Include string.h.
#ifndef EMACS_CONFIG_H
#define EMACS_CONFIG_H
-
/* These are all defined in the top-level Makefile by configure.
They're here only for reference. */
#undef HAVE_SYS_SYSTEMINFO_H
#undef HAVE_TERMIOS_H
#undef HAVE_LIMITS_H
+#undef HAVE_STRING_H
#undef STDC_HEADERS
#undef TIME_WITH_SYS_TIME
#ifndef BITS_PER_LONG
#define BITS_PER_LONG 32
#endif
+
+#ifdef HAVE_STRING_H
+#include "string.h"
+#endif